Petr Salinger <Petr.Salinger at seznam.cz>: New file.
authorGlenn Morris <rgm@gnu.org>
Wed, 28 Nov 2007 08:15:38 +0000 (08:15 +0000)
committerGlenn Morris <rgm@gnu.org>
Wed, 28 Nov 2007 08:15:38 +0000 (08:15 +0000)
src/s/gnu-kfreebsd.h [new file with mode: 0644]

diff --git a/src/s/gnu-kfreebsd.h b/src/s/gnu-kfreebsd.h
new file mode 100644 (file)
index 0000000..a1e8c02
--- /dev/null
@@ -0,0 +1,11 @@
+#include "gnu-linux.h"
+
+/* SYSTEM_TYPE should indicate the kind of system you are using.
+   It sets the Lisp variable system-type.  */
+#undef SYSTEM_TYPE
+#define SYSTEM_TYPE "gnu/kfreebsd" /* All the best software is free */
+
+#define NO_TERMIO               /* use only <termios.h> */
+
+/* arch-tag: 8d098200-2586-469e-99ab-6d092c035e03
+   (do not change this comment) */